home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
XAMPP 1.4.14
/
xampp-win32-1.4.14-installer.exe
/
xampp
/
webalizer
/
webalizer.php
< prev
next >
Wrap
PHP Script
|
2004-07-05
|
270b
|
22 lines
<?
$webalizer="webalizer.bat";
shell_exec($webalizer);
?>
<html>
<head>
<title>XAMPP webalizer</title>
<link href="xampp.css" rel="stylesheet" type="text/css">
</head>
<body>
<p>
<pre>
<script>
document.location="/webalizer/";
</script>
</pre>
</body>
</html>